home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSprite(the clickOn, 1)
- buttonDown(the clickOn, the number of cast "MainHelpNorm", the number of cast "MainHelpHiLite")
- end
-
- on mouseUp
- global WhichMenu
- set test to buttonUp(the clickOn)
- puppetSprite(the clickOn, 0)
- if test then
- cursor(4)
- removeMainUI()
- set WhichMenu to "MainHelp"
- go(the frame + 2)
- end if
- end
-